home *** CD-ROM | disk | FTP | other *** search
/ Stone Design / Stone Design.iso / Stone_Apps / CheckSum.app / English.lproj / AcctSplit.nib / data.classes next >
Encoding:
Text File  |  1993-05-07  |  3.4 KB  |  232 lines

  1. DateTFCell = {
  2.     SUPERCLASS = FilterTextCell;
  3. };
  4. CategoryGroup = {
  5.     SUPERCLASS = List;
  6. };
  7. Account = {
  8.     ACTIONS = {
  9.     refreshWindow:;
  10.     };
  11.     OUTLETS = {
  12.     acctWindowMgr;
  13.     reconcileMgr;
  14.     system;
  15.     };
  16.     SUPERCLASS = List;
  17. };
  18. FirstResponder = {
  19.     ACTIONS = {
  20.     };
  21.     SUPERCLASS = Object;
  22. };
  23. FilterTextCell = {
  24.     SUPERCLASS = TextFieldCell;
  25. };
  26. ObjectCell = {
  27.     OUTLETS = {
  28.     myObject;
  29.     };
  30.     SUPERCLASS = SelectionCell;
  31. };
  32. Transaction = {
  33.     SUPERCLASS = List;
  34. };
  35. TransferPnlMgr = {
  36.     ACTIONS = {
  37.     cancel:;
  38.     select:;
  39.     };
  40.     OUTLETS = {
  41.     transferPanel;
  42.     selectedAcctField;
  43.     acctBrowser;
  44.     };
  45.     SUPERCLASS = Object;
  46. };
  47. AmountTF = {
  48.     ACTIONS = {
  49.     };
  50.     OUTLETS = {
  51.     };
  52.     SUPERCLASS = TextField;
  53. };
  54. CategoryMgr = {
  55.     ACTIONS = {
  56.     deleteAcctCategory:;
  57.     replaceCategory:;
  58.     selectCategory:;
  59.     addAcctCategory:;
  60.     selectGroup:;
  61.     updateFieldEntry:;
  62.     };
  63.     OUTLETS = {
  64.     updateField;
  65.     incomeMatrix;
  66.     expenseMatrix;
  67.     activeGroup;
  68.     expenseScrollView;
  69.     okButton;
  70.     incomeOrExpenseRadio;
  71.     categoryWindow;
  72.     incomeScrollView;
  73.     };
  74.     SUPERCLASS = List;
  75. };
  76. SplitTrnsctnMgr = {
  77.     ACTIONS = {
  78.     selectSplit:;
  79.     resetSplitFields:;
  80.     deleteSplit:;
  81.     postTransfer:;
  82.     enterSplit:;
  83.     };
  84.     OUTLETS = {
  85.     scrollView;
  86.     descriptionField;
  87.     splitButton;
  88.     matrix;
  89.     transferButton;
  90.     account;
  91.     currentSplit;
  92.     amountField;
  93.     deleteButton;
  94.     transaction;
  95.     currentSplitCell;
  96.     taxSwitch;
  97.     acctWindowMgr;
  98.     categoryField;
  99.     transferPanelMgr;
  100.     };
  101.     SUPERCLASS = Object;
  102. };
  103. DatePrompt = {
  104.     OUTLETS = {
  105.     instructionField;
  106.     datePromptField;
  107.     };
  108.     SUPERCLASS = Object;
  109. };
  110. DateTextField = {
  111.     SUPERCLASS = TextField;
  112. };
  113. NameCell = {
  114.     OUTLETS = {
  115.     aNamedObject;
  116.     };
  117.     SUPERCLASS = ActionCell;
  118. };
  119. SiriusTextField = {
  120.     SUPERCLASS = TextField;
  121. };
  122. FlippedBox = {
  123.     SUPERCLASS = Box;
  124. };
  125. AcctWindowMgr = {
  126.     ACTIONS = {
  127.     print:;
  128.     split:;
  129.     popVoid:;
  130.     refresh:;
  131.     splitsToggle:;
  132.     transfer:;
  133.     checkTransToggle:;
  134.     resetAcctWindow:;
  135.     importExpRequest:;
  136.     recordRequest:;
  137.     popDeposit:;
  138.     windowWillResize:;
  139.     setAcctAttributes:;
  140.     displayHalfCells:;
  141.     popATM:;
  142.     deleteRequest:;
  143.     selectTransaction:;
  144.     inspectorOk:;
  145.     windowDidResignKey:;
  146.     popCheck:;
  147.     browser:;
  148.     windowDidResize:;
  149.     windowDidBecomeMain:;
  150.     popOther:;
  151.     };
  152.     OUTLETS = {
  153.     taxExemptSwitch;
  154.     browserBox;
  155.     depositField;
  156.     ckNameField;
  157.     receptacleBox;
  158.     ckCategoryField;
  159.     currentTransaction;
  160.     acctWindow;
  161.     memoField;
  162.     balanceField;
  163.     ckLogoView;
  164.     splitCategoryField;
  165.     debitField;
  166.     splitTransBox;
  167.     recordButton;
  168.     browser;
  169.     ckStubPayToField;
  170.     ckStubAmountField;
  171.     transferButton;
  172.     splitTrnsctnMgr;
  173.     ckNumField;
  174.     deleteButton;
  175.     ckBankField;
  176.     ckPayField;
  177.     ckMemoField;
  178.     categoryField;
  179.     autoDateField;
  180.     ckStubDateField;
  181.     transEntryBox;
  182.     checkMgr;
  183.     instructionField;
  184.     ckTaxSwitch;
  185.     importExportMgr;
  186.     checkBox;
  187.     currentTransCell;
  188.     brwsrMatrix;
  189.     ckTransToggle;
  190.     descriptionField;
  191.     ckDateField;
  192.     printButton;
  193.     splitsToggle;
  194.     ckPayToField;
  195.     ckStubMemoField;
  196.     ckAmountField;
  197.     popUpButton;
  198.     transferPanelMgr;
  199.     brwsrSplitBox;
  200.     account;
  201.     autoCkNumField;
  202.     ckScrollView;
  203.     ckStubNumField;
  204.     };
  205.     SUPERCLASS = Object;
  206. };
  207. CellScrollView = {
  208.     OUTLETS = {
  209.     cellMatrix;
  210.     };
  211.     SUPERCLASS = ScrollView;
  212. };
  213. CheckMgr = {
  214.     ACTIONS = {
  215.     printCheck:;
  216.     writeCheck:;
  217.     };
  218.     OUTLETS = {
  219.     acctWindowMgr;
  220.     numberStringTable;
  221.     instrTextField;
  222.     checkStubBox;
  223.     };
  224.     SUPERCLASS = AcctWindowMgr;
  225. };
  226. CategoryTFCell = {
  227.     SUPERCLASS = FilterTextCell;
  228. };
  229. CategoryTextField = {
  230.     SUPERCLASS = TextField;
  231. };
  232.